<?xml version="1.0"?>
<component name="org.nuxeo.apidoc.snapshot.SnapshotManagerComponent.override">

  <require>org.nuxeo.apidoc.snapshot.SnapshotManagerComponent</require>

  <documentation>
<p>
      This component handles the introspection of the current live Runtime as a distribution.
    </p>
<p>
      It can also persist this introspection as Nuxeo documents, to handle import and export of external distributions.
    </p>

  </documentation>
  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      URL base for Javadoc Links.
    </documentation>
    <property name="org.nuxeo.apidoc.javadoc.url">
      https://community.nuxeo.com/api/
    </property>
  </extension>

</component>
